VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTable<TCellTemplate,TRecognizedField> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    FormFieldTable<TCellTemplate,TRecognizedField> Class
    In This Topic
    Provides the abstract base class for a regular table that consists of uniformly distributed recognized form fields.
    Object Model
    FormFieldTemplate FormFieldTable<TCellTemplate,TRecognizedField>
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public MustInherit Class FormFieldTable
         (Of TCellTemplate
    The cell template type.
    As FormFieldTemplate, TRecognizedField
    The recognized field type.
    As FormField) Inherits FormFieldGroup
    [DefaultMember("Item")]
    public abstract class FormFieldTable<TCellTemplate,TRecognizedField> : FormFieldGroup
    where TCellTemplate: FormFieldTemplate
    where TRecognizedField: FormField
    
    
    [DefaultMember("Item")]
    public __gc abstract class FormFieldTable<TCellTemplate,TRecognizedField> : public FormFieldGroup*
    where TCellTemplate: FormFieldTemplate*
    where TRecognizedField: FormField*
    
    
    [DefaultMember("Item")]
    generic<typename TCellTemplate>
    generic<typename TRecognizedField>
    public ref class FormFieldTable abstract : public FormFieldGroup^
    where TCellTemplate: FormFieldTemplate^
    where TRecognizedField: FormField^
    
    

    Type Parameters

    TCellTemplate
    The cell template type.
    TRecognizedField
    The recognized field type.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.FormsProcessing.FormRecognition.FormField
          Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldGroup
             Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTable<TCellTemplate,TRecognizedField>
                Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr.OmrFieldTable

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also